Global area ¶
Description¶
It is an API group to access the execution environment and execution status of the extension.
Interface belonging to area¶
Name | Description |
---|---|
IApplication | A shared variable given to the extension execution environment. The script can access various information of the application through this variable. |
IContext | When the extension is executed, the context is given. Extension implementations can reference shared variables and running extension configuration information through this context . |
IObject | Represents an identifiable object. |
IEnv | Provides access to the application execution environment. |